LPBOOL typedef

LPBOOL = Pointer<BOOL>

Implementation

typedef LPBOOL = ffi.Pointer<BOOL>;