Function pyo3::ffi::PyUnicode_Count

source ยท
pub unsafe extern "C" fn PyUnicode_Count(
    str: *mut PyObject,
    substr: *mut PyObject,
    start: isize,
    end: isize,
) -> isize