Macro safe_eject_option

Source
macro_rules! safe_eject_option {
    ($check:expr) => { ... };
}