ffi.Pointer<ffi.Char> eval_line( ffi.Pointer<ffi.Char> line, ffi.Pointer<ffi.Void> env, ) { return _eval_line( line, env, ); }