pub unsafe extern "C-unwind" fn CSSM_TP_ReceiveConfirmation(
tp_handle: CSSM_TP_HANDLE,
reference_identifier: *const SecAsn1Item,
responses: *mut CSSM_TP_CONFIRM_RESPONSE_PTR,
elapsed_time: *mut sint32,
) -> CSSM_RETURN๐Deprecated
Available on crate features
SecAsn1Types and cssmapi and cssmconfig and cssmtype only.Expand description
ยงSafety
reference_identifiermust be a valid pointer.responsesmust be a valid pointer.elapsed_timemust be a valid pointer.