pub type CSSM_FUNC_NAME_ADDR = cssm_func_name_addr;
👎Deprecated
Available on crate feature
cssmtype
only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_FUNC_NAME_ADDR {
pub Name: [i8; 68],
pub Address: Option<unsafe extern "C-unwind" fn()>,
}
Fields§
§Name: [i8; 68]
§Address: Option<unsafe extern "C-unwind" fn()>