pub fn init_expand<F>( scope: &mut Scope, input: ExpandElement, func: F, ) -> ExpandElementwhere F: Fn(Variable) -> Operation,