pyo3::ffi

Function PyUnicode_Count

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