macro_rules! query_helper_param_ty {
    (DefId) => { ... };
    (LocalDefId) => { ... };
    ($K:ty) => { ... };
}