pub unsafe extern "C" fn blake2b_init( md: *mut hash_state, outlen: c_ulong, key: *const c_uchar, keylen: c_ulong, ) -> c_int