pub fn hir_generic_arg_to_ast( args: &GenericArgList, arg_idx: u32, has_self_arg: bool, ) -> Option<GenericArg>
This function find the AST generic argument from the one in the HIR. Does not support the Self argument.
Self