pub unsafe extern "C" fn lua_warning(
    L: *mut lua_State,
    msg: *const c_char,
    tocont: c_int
)