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