int chown( ffi.Pointer<ffi.Char> __file, int __owner, int __group, ) { return _chown( __file, __owner, __group, ); }