Function windows::Win32::UI::Shell::AssocQueryKeyA

pub unsafe fn AssocQueryKeyA<P0, P1>(
    flags: ASSOCF,
    key: ASSOCKEY,
    pszassoc: P0,
    pszextra: P1
) -> Result<HKEY>
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,