pub unsafe extern "C" fn aws_lookup_table_to_lower_get() -> *const u8
Expand description

Returns a lookup table for bytes that is the identity transformation with the exception of uppercase ascii characters getting replaced with lowercase characters. Used in caseless comparisons.