devela::_dep::pyo3::ffi

Function PySequence_Index

pub unsafe extern "C" fn PySequence_Index(
    o: *mut PyObject,
    value: *mut PyObject,
) -> isize 
Available on crate features dep_pyo3 and std only.