pub unsafe extern "C" fn libCZI_BitmapUnlock(
bitmap_object: BitmapObjectHandle,
) -> LibCZIApiErrorCodeExpand description
Unlock the bitmap object. Once the bitmap is unlocked, the pixel data must not be accessed anymore.
\param bitmap_object The bitmap object.
\returns An error-code indicating success or failure of the operation.