LPCVOID typedef

LPCVOID = Pointer<Void>

Implementation

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