pub unsafe fn UpdateResourceW<P0, P1, P2>(
    hupdate: P0,
    lptype: P1,
    lpname: P2,
    wlanguage: u16,
    lpdata: Option<*const c_void>,
    cb: u32
) -> Result<()>
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,