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