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