pub type wolf_sk_hash_cb = Option<unsafe extern "C" fn(v: *const c_void) -> c_ulong>;
pub enum wolf_sk_hash_cb { None, Some(unsafe extern "C" fn(*const c_void) -> u64), }
No value.
Some value of type T.
T