pub fn do_branding(
    ctx: &GeneratorContext<'_>,
    node_id: u64,
    brand: Reader<'_>,
    leaf: Leaf,
    the_mod: &str
) -> Result<String, Error>
Expand description