Type Alias simics_api_sys::bindings::getbufferproc
source · pub type getbufferproc = Option<unsafe extern "C" fn(arg1: *mut PyObject, arg2: *mut Py_buffer, arg3: c_int) -> c_int>;
Aliased Type§
enum getbufferproc {
None,
Some(unsafe extern "C" fn(_: *mut _object, _: *mut bufferinfo, _: i32) -> i32),
}