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