pub type Tcl_AllocHashEntryProc = Option<unsafe extern "C" fn(tablePtr: *mut Tcl_HashTable, keyPtr: *mut c_void) -> *mut Tcl_HashEntry>;Aliased Type§
pub enum Tcl_AllocHashEntryProc {
None,
Some(unsafe extern "C" fn(*mut Tcl_HashTable, *mut c_void) -> *mut Tcl_HashEntry),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut Tcl_HashTable, *mut c_void) -> *mut Tcl_HashEntry)
Some value of type T.