Function PyBuffer_FromContiguous
pub unsafe extern "C" fn PyBuffer_FromContiguous(
view: *mut Py_buffer,
buf: *mut c_void,
len: isize,
order: i8,
) -> i32 ⓘ
Available on crate features
dep_pyo3
and std
only.