pub type rvvm_reset_handler_t = Option<unsafe extern "C" fn(machine: *mut rvvm_machine_t, data: *mut c_void, reset: bool) -> bool>;Aliased Type§
pub enum rvvm_reset_handler_t {
None,
Some(unsafe extern "C" fn(*mut rvvm_machine_t, *mut c_void, bool) -> bool),
}