int truncate( ffi.Pointer<ffi.Char> __file, int __length, ) { return _truncate( __file, __length, ); }