pub unsafe extern "C" fn libCZI_ReaderGetAttachmentCount(
reader_object: CziReaderObjectHandle,
count: *mut c_int,
) -> LibCZIApiErrorCodeExpand description
Get the number of attachments available.
\param reader_object The reader object. \param [out] count The number of available attachments is put here. \returns An error-code indicating success or failure of the operation.