Macro param_not_null

Source
macro_rules! param_not_null {
    ($impl_for:ty) => { ... };
    ($( $impl_for:ty ),*) => { ... };
}