Type Alias CSSM_PROC_ADDR

Source
pub type CSSM_PROC_ADDR = Option<unsafe extern "C-unwind" fn()>;
Available on crate feature cssmtype only.
Expand description

Aliased Type§

pub enum CSSM_PROC_ADDR {
    None,
    Some(unsafe extern "C-unwind" fn()),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn())

Some value of type T.