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