Function TVMFFIBytesGetByteArrayPtr#
Defined in File c_api.h
Function Documentation#
-
inline TVMFFIByteArray *TVMFFIBytesGetByteArrayPtr(TVMFFIObjectHandle obj)#
Get the data pointer of a bytearray from a string or bytes object.
- Parameters:
obj – The object handle.
- Returns:
The data pointer.