Macro non_null

Source
macro non_null {
    (mut $place:expr, $t:ident) => { ... },
    ($place:expr, $t:ident) => { ... },
}