Tcl_HashKeyProc

Type Alias Tcl_HashKeyProc 

Source
pub type Tcl_HashKeyProc = Option<unsafe extern "C" fn(tablePtr: *mut Tcl_HashTable, keyPtr: *mut c_void) -> c_uint>;

Aliased Type§

pub enum Tcl_HashKeyProc {
    None,
    Some(unsafe extern "C" fn(*mut Tcl_HashTable, *mut c_void) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.