AE_FIM_VerifyImportableCB

Type Alias AE_FIM_VerifyImportableCB 

Source
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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const u16, *mut AE_FIM_RefconTag, *mut u8) -> i32)

Some value of type T.