pub fn walk_args<'a, F: FnMut(&'a Method, &'a Arg)>(ast: &'a Aidl, f: F)
Traverse the AST and provide the method arguments to the given closure