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
contextmust be a valid pointer.context_attributemust be a valid pointer.