CSSM_CALLBACK

Type Alias CSSM_CALLBACK 

Source
pub type CSSM_CALLBACK = Option<unsafe extern "C-unwind" fn(CSSM_DATA_PTR, *mut c_void) -> CSSM_RETURN>;
👎Deprecated
Available on crate features SecAsn1Types and cssmconfig and cssmtype only.
Expand description

Aliased Type§

pub enum CSSM_CALLBACK {
    None,
    Some(unsafe extern "C-unwind" fn(*mut cssm_data, *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut cssm_data, *mut c_void) -> i32)

Some value of type T.