pub fn walk_fn_kind<'v, V: Visitor<'v>>(
    visitor: &mut V,
    function_kind: FnKind<'v>
)