Julia doesn’t support forward declaration. A workaround is to change one of the Ptr{}
to Ptr{Cvoid}
and do some explicit type conversion.
1 Like
Julia doesn’t support forward declaration. A workaround is to change one of the Ptr{}
to Ptr{Cvoid}
and do some explicit type conversion.