PBOOLEAN typedef

PBOOLEAN = Pointer<BOOLEAN>

Implementation

typedef PBOOLEAN = ffi.Pointer<BOOLEAN>;