fn lock_stderr(p: *Progress) void
Allows the caller to freely write to stderr until unlock_stderr() is called. During the lock, the progress information is cleared from the terminal.
p: *Progress,