enum member
ffi.FFIType.cstring
cstring = 14
When used as a returns, the value becomes a string (a NULL pointer becomes null).
When used in args, it is equivalent to FFIType.pointer and additionally accepts a JavaScript string.