pub type lua_WarnFunction = Option<unsafe extern "C" fn(ud: *mut c_void, msg: *const c_char, tocont: c_int)>;
pub enum lua_WarnFunction { None, Some(unsafe extern "C" fn(*mut c_void, *const i8, i32)), }
No value.
Some value of type T.
T