#[unsafe(no_mangle)]pub extern "C" fn isgraph_l(c: c_int, _loc: locale_t) -> c_intExpand description
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/isgraph_l.html.
Tests whether c is a character of class graph (a character with a
visible representation) in the locale specified by loc.
Returns a non-zero value if true, 0 if false.
The list of character classes defined by POSIX is specified here: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap07.html