Is there a work around to pass a complex value (Complex{Float32}) to a c
function in v0.3? My code is working in v0.4, so I'm guessing it was only
recently implemented. Under v03, it appears as though the c code in only
getting half of the the complex value.To be clear, I'm referring to passing a value, not a pointer.
