pub unsafe extern "system" fn GdipCreateBitmapFromHBITMAP(
    hbm: HBITMAP,
    hpal: HPALETTE,
    bitmap: *mut *mut GpBitmap,
) -> Status