Function windows::Win32::UI::Shell::SHRegGetPathW

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