kos_sys::dc::asic

Type Alias asic_evt_handler

Source
pub type asic_evt_handler = Option<unsafe extern "C" fn(code: u32, data: *mut c_void)>;

Aliased Type§

enum asic_evt_handler {
    None,
    Some(unsafe extern "C" fn(_: u32, _: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: u32, _: *mut c_void))

Some value of type T.