pub type ActionPreflightHook = Arc<dyn Fn(&str, &Value) -> Option<String> + Send + Sync>;
pub struct ActionPreflightHook { /* private fields */ }