Skip to main content

PyUnicode_AsUTF8AndSize

Function PyUnicode_AsUTF8AndSize 

pub unsafe extern "C" fn PyUnicode_AsUTF8AndSize(
    unicode: *mut PyObject,
    size: *mut isize,
) -> *const i8
Available on crate feature tls and (Py_3_10 or non-Py_LIMITED_API) only.