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