pub type DzlCounterForeachFunc = Option<unsafe extern "C" fn(*mut DzlCounter, gpointer)>;
pub enum DzlCounterForeachFunc { None, Some(unsafe extern "C" fn(*mut DzlCounter, *mut c_void)), }
No value.
Some value of type T.
T