Function SHRegGetUSValueW
pub unsafe fn SHRegGetUSValueW<P0, P1>(
    pszsubkey: P0,
    pszvalue: P1,
    pdwtype: Option<*mut u32>,
    pvdata: Option<*mut c_void>,
    pcbdata: Option<*mut u32>,
    fignorehkcu: bool,
    pvdefaultdata: Option<*const c_void>,
    dwdefaultdatasize: u32,
) -> WIN32_ERRORwhere
    P0: Param<PCWSTR>,
    P1: Param<PCWSTR>,