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