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