pub unsafe fn enif_make_list_from_array(
    env: *mut ErlNifEnv,
    arr: *const ERL_NIF_TERM,
    cnt: c_uint
) -> ERL_NIF_TERM