ffi.Pointer<FILE> popen( ffi.Pointer<ffi.Char> arg0, ffi.Pointer<ffi.Char> arg1, ) { return _popen( arg0, arg1, ); }