pub unsafe extern "C" fn blake2bmac_init( st: *mut blake2bmac_state, outlen: c_ulong, key: *const c_uchar, keylen: c_ulong, ) -> c_int