fn tolower(c: c_int) callconv(.c) c_int
fn tolower(c: c_int) callconv(.c) c_int { return std.ascii.toLower(@truncate(@as(c_uint, @bitCast(c)))); }