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_identifier
must be a valid pointer.responses
must be a valid pointer.elapsed_time
must be a valid pointer.