pub type GB_sample_callback_t = Option<unsafe extern "C" fn(gb: *mut GB_gameboy_t, sample: *mut GB_sample_t)>;Aliased Type§
pub enum GB_sample_callback_t {
None,
Some(unsafe extern "C" fn(*mut GB_gameboy_s, *mut GB_sample_t)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut GB_gameboy_s, *mut GB_sample_t))
Some value of type T.