pub unsafe extern "C" fn libCZI_CreateSingleChannelTileAccessor(
reader_object: CziReaderObjectHandle,
accessor_object: *mut SingleChannelScalingTileAccessorObjectHandle,
) -> LibCZIApiErrorCodeExpand description
Create a single channel scaling tile accessor.
\param reader_object A handle representing the reader-object. \param accessor_object [out] If the operation is successful, a handle to the newly created single-channel-scaling-tile-accessor is put here.
\returns An error-code indicating success or failure of the operation.