pub type CSSM_PROC_ADDR = Option<unsafe extern "C-unwind" fn()>;
cssmtype
Apple’s documentation
pub enum CSSM_PROC_ADDR { None, Some(unsafe extern "C-unwind" fn()), }
No value.
Some value of type T.
T