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