Function windows::Win32::Graphics::GdiPlus::GdipCreateBitmapFromHBITMAP

pub unsafe fn GdipCreateBitmapFromHBITMAP<P0, P1>(
    hbm: P0,
    hpal: P1,
    bitmap: *mut *mut GpBitmap
) -> Status
where P0: Param<HBITMAP>, P1: Param<HPALETTE>,