devela::_dep::pyo3::ffi

Function PyObject_LengthHint

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