pub unsafe fn GdipCreateBitmapFromScan0( width: i32, height: i32, stride: i32, format: i32, scan0: Option<*const u8>, bitmap: *mut *mut GpBitmap, ) -> Status