pub type Event_String_Callback = Option<unsafe extern "C" fn(obj: *mut c_void, str_: *const cc_string)>;
enum Event_String_Callback { None, Some(unsafe extern "C" fn(_: *mut c_void, _: *const cc_string_)), }
No value.
Some value of type T.
T