pub fn generate_signature_from_existing_adaptor( signature: &[u8], adaptor_private_key: &[u8], ) -> Result<[u8; 64], Box<dyn Error>>