pub unsafe extern "C" fn TCOD_lex_expect_token_value( lex: *mut TCOD_lex_t, token_type: c_int, token_value: *const c_char, ) -> bool_