pub fn insert_element_scratch(
    scratch: &mut Scratch,
    zome: Option<Zome>,
    element: Element,
    chain_top_ordering: ChainTopOrdering
)