pub fn verify_unchecked_raw<E: PairingEngine>( public_inputs: &[Vec<u8>], vk_unchecked_bytes: &[u8], proof: &[u8], ) -> Result<bool, Error>