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