pub unsafe extern "C" fn luaL_error(
    L: *mut lua_State,
    fmt: *const c_char
    ...
) -> c_int