PVOID typedef

PVOID = Pointer<Void>

Implementation

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