pub fn verify_signature( public_key: &PublicKey, message: &[u8], signature: &Signature, ) -> Result<bool>
Verify a signature with a public key