Type Alias WarnFunction

Source
pub type WarnFunction = unsafe extern "C-unwind" fn(ud: *mut c_void, msg: *const c_char, tocont: c_int);
Expand description

Warning handler function. Also known as lua_WarnFunction.