macro_rules! make_butterfly_policy {
    (v10) => { ... };
    ($version:tt) => { ... };
}
Expand description

Creates a new butterfly policy with the given version. Works for v10 onward.