devela::_dep::pyo3::ffi

Function PyUnicode_Contains

pub unsafe extern "C" fn PyUnicode_Contains(
    container: *mut PyObject,
    element: *mut PyObject,
) -> i32 
Available on crate features dep_pyo3 and std only.