static ffi.Pointer<timeval64> $allocate( ffi.Allocator $allocator, { required int tv_sec, required int tv_usec, }) => $allocator<timeval64>() ..ref.tv_sec = tv_sec ..ref.tv_usec = tv_usec;