Type Alias Tcl_FSStatProc

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