PSTR typedef

PSTR = Pointer<CHAR>

Implementation

typedef PSTR = ffi.Pointer<CHAR>;