Skip to main content

switch_hashfunc_default

Function switch_hashfunc_default 

Source
pub unsafe extern "C" fn switch_hashfunc_default(
    key: *const c_char,
    klen: *mut switch_ssize_t,
) -> c_uint
Expand description

The default hash function. @param key pointer to the key. @param klen the key length.