Function pyo3_ffi::PySlice_New

source ·
pub unsafe extern "C" fn PySlice_New(
start: *mut PyObject,
stop: *mut PyObject,
step: *mut PyObject
) -> *mut PyObject