Function PyUnicode_FindChar
pub unsafe extern "C" fn PyUnicode_FindChar(
str: *mut PyObject,
ch: u32,
start: isize,
end: isize,
direction: i32,
) -> isize ⓘ
Available on crate features
dep_pyo3
and std
only.