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