/// Return the Id of the descriptor-signing key (`KP_desc_sign`) from this onion service descriptor.
/// Check whether there are any extraneous spaces used for the encoding of `sig` within `within_string`.
fn validate_signature_item(item: &Item<'_, HsOuterKwd>, within_string: &str) -> Result<()> {
fn take_from_reader(reader: &mut NetDocReader<'_, HsOuterKwd>) -> Result<UncheckedHsDescOuter> {