Type Definition rust_tcl_sys::tcl::Tcl_FSStatProc [] [src]

type Tcl_FSStatProc = extern "C" fn(_: *mut Tcl_Obj, _: *mut Tcl_StatBuf) -> c_int;