pub unsafe extern "C-unwind" fn CMSEncodeContent(
signers: Option<&CFType>,
recipients: Option<&CFType>,
e_content_type_oid: Option<&CFType>,
detached_content: bool,
signed_attributes: CMSSignedAttributes,
content: NonNull<c_void>,
content_len: usize,
encoded_content_out: *mut *const CFData,
) -> i32Available on crate feature
CMSEncoder only.Expand description
ยงSafety
signersshould be of the correct type.recipientsshould be of the correct type.e_content_type_oidshould be of the correct type.contentmust be a valid pointer.encoded_content_outmust be a valid pointer or null.