PBYTE typedef

PBYTE = Pointer<BYTE>

Implementation

typedef PBYTE = ffi.Pointer<BYTE>;