Type Alias Tcl_AllocHashEntryProc

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