pub type Tk_GeomLostSlaveProc = Option<unsafe extern "C" fn(clientData: ClientData, tkwin: Tk_Window)>;
pub enum Tk_GeomLostSlaveProc { None, Some(unsafe extern "C" fn(*mut c_void, *mut Tk_Window_)), }
No value.
Some value of type T.
T