rust_tcl_sys::tcl::Tcl_InitCustomHashTable
[-] [+]
[src]
pub unsafe extern fn Tcl_InitCustomHashTable(tablePtr: *mut Tcl_HashTable, keyType: c_int, typePtr: *const Tcl_HashKeyType)
pub unsafe extern fn Tcl_InitCustomHashTable(tablePtr: *mut Tcl_HashTable, keyType: c_int, typePtr: *const Tcl_HashKeyType)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).