pub type AE_FIM_VerifyImportableCB = Option<unsafe extern "C" fn(pathZ: *const A_UTF16Char, refcon: AE_FIM_Refcon, importablePB: *mut A_Boolean) -> A_Err>;Aliased Type§
pub enum AE_FIM_VerifyImportableCB {
None,
Some(unsafe extern "C" fn(*const u16, *mut AE_FIM_RefconTag, *mut u8) -> i32),
}