LPVOID typedef

LPVOID = Pointer<Void>

Implementation

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