pub unsafe extern "C" fn CMSEncodeContent(
signers: CFTypeRef,
recipients: CFTypeRef,
eContentTypeOID: CFTypeRef,
detachedContent: Boolean,
signedAttributes: CMSSignedAttributes,
content: *const c_void,
contentLen: usize,
encodedContentOut: *mut CFDataRef,
) -> OSStatus