pub type XbMachineMethodFunc = Option<unsafe extern "C" fn(*mut XbMachine, *mut XbStack, *mut gboolean, gpointer, gpointer, *mut *mut GError) -> gboolean>;
Aliased Type§
pub enum XbMachineMethodFunc {
None,
Some(unsafe extern "C" fn(*mut XbMachine, *mut XbStack, *mut i32, *mut c_void, *mut c_void, *mut *mut GError) -> i32),
}