How does _array/list work?

I have a list that I want to convert into a C array. _array/list looks promising, as "the Racket representation is a list". But how exactly can I convert my list into a C array?

I believe part 2 has an example.