pub type Tcl_FSChdirProc = Option<unsafe extern "C" fn(pathPtr: *mut Tcl_Obj) -> c_int>;
pub enum Tcl_FSChdirProc { None, Some(unsafe extern "C" fn(*mut Tcl_Obj) -> i32), }
No value.
Some value of type T.
T