pub type FieldMapperFunc = Arc<dyn Fn(&str) -> String + Send + Sync + 'static>;
Function type for field name mapping.
pub struct FieldMapperFunc { /* private fields */ }