Function SHRegSetUSValueW
pub unsafe fn SHRegSetUSValueW<P0, P1>(
pwzsubkey: P0,
pwzvalue: P1,
dwtype: u32,
pvdata: Option<*const c_void>,
cbdata: Option<u32>,
dwflags: Option<u32>,
) -> WIN32_ERRORwhere
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,