devela::_dep::pyo3::ffi

Function PyBuffer_IsContiguous

pub unsafe extern "C" fn PyBuffer_IsContiguous(
    view: *const Py_buffer,
    fort: i8,
) -> i32 
Available on crate features dep_pyo3 and std only.