pub type Tk_ImageFreeProc = Option<unsafe extern "C" fn(clientData: ClientData, display: *mut Display)>;
pub enum Tk_ImageFreeProc { None, Some(unsafe extern "C" fn(*mut c_void, *mut _XDisplay)), }
No value.
Some value of type T.
T