Function pyo3_ffi::PyUnicode_Count

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