pub fn index_text_with_prefix(
    tg: Pin<&mut TermGenerator>,
    data: &str,
    prefix: &str
) -> Result<(), Exception>