Tcl_AllocHashEntryProc

Type Alias Tcl_AllocHashEntryProc 

Source
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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut Tcl_HashTable, *mut c_void) -> *mut Tcl_HashEntry)

Some value of type T.