pub const fn string_to_ascii_buffer<const N: usize>( string: &str, ) -> Result<[c_char; N], AsciiConversionError>