This is available as OS\ftruncate in the www repository.
OS\ftruncate
namespace HH\Lib\OS; function ftruncate( FileDescriptor $fd, int $length, ): void;
FileDescriptor $fd
int $length
void