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

type Tcl_HashKeyProc = extern "C" fn(_: *mut Tcl_HashTable, _: *mut c_void) -> c_uint;