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