Macro fuzz_maybe

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