pyo3::ffi

Function PyUnicode_Substring

Source
pub unsafe extern "C" fn PyUnicode_Substring(
    str: *mut PyObject,
    start: isize,
    end: isize,
) -> *mut PyObject
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here