devela::_dep::pyo3::ffi

Function PyMemoryView_GetContiguous

pub unsafe extern "C" fn PyMemoryView_GetContiguous(
    base: *mut PyObject,
    buffertype: i32,
    order: i8,
) -> *mut PyObject
Available on crate features dep_pyo3 and std only.