pub unsafe extern "C" fn TCOD_lex_set_data_file(
    lex: *mut TCOD_lex_t,
    filename: *const c_char
) -> bool_