Function pyo3::ffi::PyUnicode_Substring

source ·
pub unsafe extern "C" fn PyUnicode_Substring(
    str: *mut PyObject,
    start: isize,
    end: isize
) -> *mut PyObject