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