Wrapping a recursive struct with Clang.jl

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