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