pub fn aggregate_verify<Pk: Borrow<PublicKey>, Msg: Borrow<[u8]>, I>( sig: &Signature, data: I, ) -> boolwhere I: IntoIterator<Item = (Pk, Msg)>,