devela::_dep::pyo3::ffi

Function PyBuffer_ToContiguous

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