pub const PrintError = error
pub const PrintError = error{ /// As much as possible was written to the buffer, but it was too small to /// fit all the printed bytes. NoSpaceLeft, }