pub fn bitcoin_vec_to_signature( sigvec: &[u8], sighash_type: EcdsaSighashType, ) -> Result<Signature, Error>
Convert a Bitcoin signature bytes, with the specified EcdsaSighashType, to Signature