Skip to main content

CMSDecoderCopyAllCerts

Function CMSDecoderCopyAllCerts 

Source
pub unsafe extern "C-unwind" fn CMSDecoderCopyAllCerts(
    cms_decoder: &CMSDecoder,
    certs_out: NonNull<*const CFArray>,
) -> i32
👎Deprecated:

renamed to CMSDecoder::copy_all_certs

Available on crate feature CMSDecoder only.