LPSTR typedef

LPSTR = Pointer<CHAR>

Implementation

typedef LPSTR = ffi.Pointer<CHAR>;