pub unsafe extern "C" fn enif_is_identical(
lhs: ERL_NIF_TERM,
rhs: ERL_NIF_TERM,
) -> c_intExpand description
See enif_is_identical in the Erlang docs.
pub unsafe extern "C" fn enif_is_identical(
lhs: ERL_NIF_TERM,
rhs: ERL_NIF_TERM,
) -> c_intSee enif_is_identical in the Erlang docs.