devela::_dep::pyo3::ffi

Function PyUnicode_Find

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