PUCHAR typedef

PUCHAR = Pointer<UCHAR>

Implementation

typedef PUCHAR = ffi.Pointer<UCHAR>;