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