Function make_func_call

Source
pub fn make_func_call(
    kind: Type,
    ret: TypeName,
    children: Vec<ExprNode>,
) -> ExprNode