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