devela::_dep::pyo3::ffi

Function PyUnicode_Count

pub unsafe extern "C" fn PyUnicode_Count(
    str: *mut PyObject,
    substr: *mut PyObject,
    start: isize,
    end: isize,
) -> isize 
Available on crate features dep_pyo3 and std only.