pub unsafe fn EndUpdateResourceW<P0, P1>(
    hupdate: P0,
    fdiscard: P1
) -> Result<()>
where P0: IntoParam<HANDLE>, P1: IntoParam<BOOL>,