pub unsafe extern "C-unwind" fn CSSM_GetContextAttribute(
context: *const CSSM_CONTEXT,
attribute_type: uint32,
context_attribute: *mut CSSM_CONTEXT_ATTRIBUTE_PTR,
) -> CSSM_RETURN
๐Deprecated
Available on crate features
SecAsn1Types
and cssmapi
and cssmconfig
and cssmkrapi
and cssmtype
only.Expand description
ยงSafety
context
must be a valid pointer.context_attribute
must be a valid pointer.