pub type Panda__SignalEvent_Closure = Option<unsafe extern "C" fn(message: *const Panda__SignalEvent, closure_data: *mut c_void)>;Aliased Type§
pub enum Panda__SignalEvent_Closure {
None,
Some(unsafe extern "C" fn(*const _Panda__SignalEvent, *mut c_void)),
}