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