PtrVoid typedef

PtrVoid = Pointer<Void>

Implementation

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