Macro fuzzed_maybe

Source
macro_rules! fuzzed_maybe {
    ($expr:expr, $mutator:expr) => { ... };
}