pub unsafe fn WICCreateBitmapFromSectionEx<P0>(
    width: u32,
    height: u32,
    pixelformat: *const GUID,
    hsection: P0,
    stride: u32,
    offset: u32,
    desiredaccesslevel: WICSectionAccessLevel,
) -> Result<IWICBitmap>
where P0: Param<HANDLE>,