pub unsafe extern "C" fn enif_is_identical(
    lhs: ERL_NIF_TERM,
    rhs: ERL_NIF_TERM
) -> c_int
Expand description

See enif_is_identical in the Erlang docs.