macro_rules! enif_snprintf {
    ( $( $arg:expr ),* ) => { ... };
    ( $( $arg:expr ),+, ) => { ... };
}