pub unsafe extern "C" fn libCZI_WriterAddAttachment(
writer_object: CziWriterObjectHandle,
add_attachment_info_interop: *const AddAttachmentInfoInterop,
) -> LibCZIApiErrorCodeExpand description
Add the specified attachment to the writer object. The attachment is provided in the ‘add_attachment_info_interop’ structure.
\param writer_object The writer object. \param add_attachment_info_interop Information describing the attachment to be added.
\returns An error-code indicating success or failure of the operation.