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