Reserves memory for new bytes in the string.
impl<H> NoNullString<H> where H: Allocator, { fn reserve(&mut self, size: usize) -> Result<(), Errno> }
The amount of memory to reserve.