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