pub type CSSM_CRYPTO_DATA = cssm_crypto_data;
👎Deprecated
Available on crate features
SecAsn1Types
and cssmconfig
and cssmtype
only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_CRYPTO_DATA {
pub Param: cssm_data,
pub Callback: Option<unsafe extern "C-unwind" fn(*mut cssm_data, *mut c_void) -> i32>,
pub CallerCtx: *mut c_void,
}
Fields§
§Param: cssm_data
👎Deprecated
§Callback: Option<unsafe extern "C-unwind" fn(*mut cssm_data, *mut c_void) -> i32>
👎Deprecated
§CallerCtx: *mut c_void
👎Deprecated