pub type DzlShortcutChordTableForeach = Option<unsafe extern "C" fn(*const DzlShortcutChord, gpointer, gpointer)>;Aliased Type§
pub enum DzlShortcutChordTableForeach {
None,
Some(unsafe extern "C" fn(*const DzlShortcutChord, *mut c_void, *mut c_void)),
}