Function Tcl_InitCustomHashTable

Source
pub unsafe extern "C" fn Tcl_InitCustomHashTable(
    tablePtr: *mut Tcl_HashTable,
    keyType: c_int,
    typePtr: *const Tcl_HashKeyType,
)