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