ShHashFunction64

Type Alias ShHashFunction64 

Source
pub type ShHashFunction64 = Option<unsafe extern "C" fn(arg1: *const c_char, arg2: usize) -> khronos_uint64_t>;

Aliased Type§

pub enum ShHashFunction64 {
    None,
    Some(unsafe extern "C" fn(*const i8, usize) -> u64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const i8, usize) -> u64)

Some value of type T.