devela::_dep::pyo3::ffi

Function PyUnicode_AsUTF8AndSize

pub unsafe extern "C" fn PyUnicode_AsUTF8AndSize(
    unicode: *mut PyObject,
    size: *mut isize,
) -> *const i8
Available on crate features dep_pyo3 and std only.