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),
}