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

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