pub unsafe extern "C" fn aws_isalpha(ch: u8) -> bool
Expand description

Like isalpha(), but ignores C locale. Returns true if ch has the value of ASCII/UTF-8: ‘a’-‘z’ or ‘A’-‘Z’.