devela::_dep::pyo3::ffi

Function PyBuffer_GetPointer

pub unsafe extern "C" fn PyBuffer_GetPointer(
    view: *mut Py_buffer,
    indices: *mut isize,
) -> *mut c_void
Available on crate features dep_pyo3 and std only.