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