devela::_dep::pyo3::ffi

Function PySlice_New

pub unsafe extern "C" fn PySlice_New(
    start: *mut PyObject,
    stop: *mut PyObject,
    step: *mut PyObject,
) -> *mut PyObject
Available on crate features dep_pyo3 and std only.