pub fn register_global_human_view_func( schema_id: impl Into<String>, render: impl Fn(&Value) -> String + Send + Sync + 'static, )
Registers a process-global custom human renderer.