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