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