LPCSTR typedef

LPCSTR = Pointer<CHAR>

Implementation

typedef LPCSTR = ffi.Pointer<CHAR>;