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