VARP linSpace(VARP start, VARP stop, VARP num) => VARP.fromPointer(C.mnn_expr_LinSpace(start.ptr, stop.ptr, num.ptr));