structs and cutilSafeCall

Hi All,

Quick question:

I read in a post that for copying arrays of struct, I need to make the calls to the device through cutilSafeCall.
What is the difference between cutilSafeCall and CUDA_SAFE_CALL?

What else should I need to be aware of for copying arrays of struct? I would appreciate some quick hints.

Thanks.