pub type asic_evt_handler = Option<unsafe extern "C" fn(code: u32, data: *mut c_void)>;
enum asic_evt_handler { None, Some(unsafe extern "C" fn(_: u32, _: *mut c_void)), }
No value.
Some value of type T.
T