pub type Tcl_FileProc = Option<unsafe extern "C" fn(clientData: ClientData, mask: c_int)>;
pub enum Tcl_FileProc { None, Some(unsafe extern "C" fn(*mut c_void, i32)), }
No value.
Some value of type T.
T