pub fn set_bool( bytearray: &mut [u8], byte_index: usize, bool_index: usize, value: bool, ) -> Result<(), String>