pub fn run_custom_function( kind: &CustomFunctionKind, attrs: &[Arc<UOp>], buffers: &mut [Buffer], vars: &HashMap<String, i64>, ) -> Result<()>