PyUnicode_GetLength method Null safety
Implementation
int PyUnicode_GetLength(
ffi.Pointer<PyObject> unicode,
) {
return _PyUnicode_GetLength(
unicode,
);
}
int PyUnicode_GetLength(
ffi.Pointer<PyObject> unicode,
) {
return _PyUnicode_GetLength(
unicode,
);
}