pub unsafe extern "C-unwind" fn CSSM_TP_FormRequest(
tp_handle: CSSM_TP_HANDLE,
preferred_authority: *const CSSM_TP_AUTHORITY_ID,
form_type: CSSM_TP_FORM_TYPE,
blank_form: CSSM_DATA_PTR,
) -> CSSM_RETURN๐Deprecated
Available on crate features
SecAsn1Types and cssmapi and cssmconfig and cssmtype only.Expand description
ยงSafety
preferred_authoritymust be a valid pointer.blank_formmust be a valid pointer.