Function pyo3::ffi::PyUnicode_Count

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