pub unsafe fn GdipCreateBitmapFromResource<P0, P1>(
    hinstance: P0,
    lpbitmapname: P1,
    bitmap: *mut *mut GpBitmap
) -> Status
where P0: Param<HINSTANCE>, P1: Param<PCWSTR>,