Type Alias Tcl_HashKeyProc

Source
pub type Tcl_HashKeyProc = extern "C" fn(tablePtr: *mut Tcl_HashTable, keyPtr: *mut c_void) -> c_uint;