pub const fn assert_valid_character_table(table: &[u8; 64]) -> bool
Validates custom character table by requiring user to provide table of specific size containing only ASCII characters.