Function windows::Win32::UI::Shell::HlinkGetValueFromParams

pub unsafe fn HlinkGetValueFromParams<P0, P1>(
    pwzparams: P0,
    pwzname: P1,
) -> Result<PWSTR>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,