pub type Event_LightingMode_Callback = Option<unsafe extern "C" fn(obj: *mut c_void, oldMode: cc_uint8, fromServer: cc_bool)>;
enum Event_LightingMode_Callback { None, Some(unsafe extern "C" fn(_: *mut c_void, _: u8, _: u8)), }
No value.
Some value of type T.
T