PtrPtrVoid typedef

PtrPtrVoid = Pointer<Pointer<Void>>

Implementation

typedef PtrPtrVoid = ffi.Pointer<ffi.Pointer<ffi.Void>>;