pub unsafe extern "C" fn enif_make_tuple_from_array(
    env: *mut ErlNifEnv,
    arr: *const ERL_NIF_TERM,
    cnt: c_uint
) -> ERL_NIF_TERM