Function CMSDecoderCopySignerStatus

Source
pub unsafe extern "C-unwind" fn CMSDecoderCopySignerStatus(
    cms_decoder: &CMSDecoder,
    signer_index: usize,
    policy_or_array: &CFType,
    evaluate_sec_trust: bool,
    signer_status_out: *mut CMSSignerStatus,
    sec_trust_out: *mut *mut SecTrust,
    cert_verify_result_code_out: *mut i32,
) -> i32
👎Deprecated: renamed to CMSDecoder::copy_signer_status
Available on crate features CMSDecoder and SecTrust only.