PBOOL typedef

PBOOL = Pointer<BOOL>

Implementation

typedef PBOOL = ffi.Pointer<BOOL>;