Tcl_FSStatProc

Type Alias Tcl_FSStatProc 

Source
pub type Tcl_FSStatProc = Option<unsafe extern "C" fn(pathPtr: *mut Tcl_Obj, buf: *mut Tcl_StatBuf) -> c_int>;

Aliased Type§

pub enum Tcl_FSStatProc {
    None,
    Some(unsafe extern "C" fn(*mut Tcl_Obj, *mut stat) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut Tcl_Obj, *mut stat) -> i32)

Some value of type T.