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