pub type WarnFunction = unsafe extern "C-unwind" fn(ud: *mut c_void, msg: *const c_char, tocont: c_int);
Warning handler function. Also known as lua_WarnFunction.
lua_WarnFunction