pub unsafe extern "C" fn luaL_checkoption(
    l: *mut lua_State,
    arg: c_int,
    def: *const c_char,
    lst: *const *const c_char
) -> c_int