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