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