pub type CustomKeyFunction = Arc<dyn Fn(Arguments) -> Result<Value, String> + Send + Sync + 'static>;
pub struct CustomKeyFunction { /* private fields */ }