pub fn batch_verify<'a, I>(items: I) -> boolwhere I: IntoParallelIterator<Item = (&'a Signature, &'a Address, &'a [u8])>,
TODO: we will move this API into solana-sdk.