pub unsafe extern "C" fn PyBuffer_FromContiguous( view: *const Py_buffer, buf: *const c_void, len: isize, order: i8, ) -> i32