Type Alias simics_api_sys::initproc

source ·
pub type initproc = Option<unsafe extern "C" fn(arg1: *mut PyObject, arg2: *mut PyObject, arg3: *mut PyObject) -> c_int>;

Aliased Type§

enum initproc {
    None,
    Some(unsafe extern "C" fn(_: *mut _object, _: *mut _object, _: *mut _object) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _object, _: *mut _object, _: *mut _object) -> i32)

Some value of type T.