pub unsafe extern "C" fn enif_is_atom(
    arg1: *mut ErlNifEnv,
    term: ERL_NIF_TERM
) -> c_int
Expand description

See enif_is_atom in the Erlang docs.