VoidPtr typedef

VoidPtr = Pointer<Void>

Implementation

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