pub type Tk_CustomOptionRestoreProc = Option<unsafe extern "C" fn(clientData: ClientData, tkwin: Tk_Window, internalPtr: *mut c_char, saveInternalPtr: *mut c_char)>;Aliased Type§
pub enum Tk_CustomOptionRestoreProc {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut Tk_Window_, *mut i8, *mut i8)),
}