pub unsafe extern "C" fn ulCreateBitmap(
width: c_uint,
height: c_uint,
format: ULBitmapFormat,
) -> ULBitmapExpand description
Create bitmap with certain dimensions and pixel format.
pub unsafe extern "C" fn ulCreateBitmap(
width: c_uint,
height: c_uint,
format: ULBitmapFormat,
) -> ULBitmapCreate bitmap with certain dimensions and pixel format.