pub unsafe extern "C" fn ulBitmapSurfaceGetBitmap(
surface: ULBitmapSurface,
) -> ULBitmapExpand description
Get the underlying Bitmap from the default Surface.
@note Do not call ulDestroyBitmap() on the returned value, it is owned by the surface.