Function SHRegGetPathW
pub unsafe fn SHRegGetPathW<P1, P2>(
    hkey: HKEY,
    pcszsubkey: P1,
    pcszvalue: P2,
    pszpath: &mut [u16; 260],
    dwflags: u32,
) -> WIN32_ERRORwhere
    P1: Param<PCWSTR>,
    P2: Param<PCWSTR>,pub unsafe fn SHRegGetPathW<P1, P2>(
    hkey: HKEY,
    pcszsubkey: P1,
    pcszvalue: P2,
    pszpath: &mut [u16; 260],
    dwflags: u32,
) -> WIN32_ERRORwhere
    P1: Param<PCWSTR>,
    P2: Param<PCWSTR>,