pub unsafe extern "C" fn enif_make_list_cell(
    env: *mut ErlNifEnv,
    car: ERL_NIF_TERM,
    cdr: ERL_NIF_TERM
) -> ERL_NIF_TERM