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

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