devela::_dep::pyo3::ffi

Function PyUnicode_Resize

pub unsafe extern "C" fn PyUnicode_Resize(
    unicode: *mut *mut PyObject,
    length: isize,
) -> i32 
Available on crate features dep_pyo3 and std only.