pub unsafe extern "C" fn PyBuffer_FromContiguous( view: *const Py_buffer, buf: *const c_void, len: Py_ssize_t, order: c_char, ) -> c_int
Py_3_11