pub unsafe extern "C-unwind" fn luaL_checkoption(
    L: *mut lua_State,
    arg: i32,
    def: *const i8,
    lst: *const *const i8
) -> i32