pub fn unary_expand<F>( context: &mut CubeContext, input: ExpandElement, func: F, ) -> ExpandElementwhere F: Fn(UnaryOperator) -> Operator,