Function pyo3_ffi::PyUnicode_Resize

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