PCSTR typedef

PCSTR = Pointer<CHAR>

Implementation

typedef PCSTR = ffi.Pointer<CHAR>;