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

type Tcl_FSMatchInDirectoryProc = extern "C" fn(_: *mut Tcl_Interp, _: *mut Tcl_Obj, _: *mut Tcl_Obj, _: *const c_char, _: *mut Tcl_GlobTypeData) -> c_int;