Function pyo3::ffi::PyUnicode_Resize

source ·
pub unsafe extern "C" fn PyUnicode_Resize(
    unicode: *mut *mut PyObject,
    length: isize
) -> i32