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