Type Alias XbMachineOpcodeFixupFunc

Source
pub type XbMachineOpcodeFixupFunc = Option<unsafe extern "C" fn(*mut XbMachine, *mut XbStack, gpointer, *mut *mut GError) -> gboolean>;

Aliased Type§

pub enum XbMachineOpcodeFixupFunc {
    None,
    Some(unsafe extern "C" fn(*mut XbMachine, *mut XbStack, *mut c_void, *mut *mut GError) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut XbMachine, *mut XbStack, *mut c_void, *mut *mut GError) -> i32)

Some value of type T.