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