pub fn recover_public_key( pk: &[u8], sig: &Signature, bytes: &[u8], ) -> Result<u8, Secp256k1Error>
Recover v point from a signature and from the message contents
v