pub unsafe extern "C" fn libCZI_ReleaseBitmap(
bitmap_object: BitmapObjectHandle,
) -> LibCZIApiErrorCodeExpand description
Release the specified bitmap object. It is a fatal error trying to release a bitmap object that is still locked.
\param bitmap_object The bitmap object.
\returns An error-code indicating success or failure of the operation.