pub unsafe extern "C" fn enif_get_atom(
    arg1: *mut ErlNifEnv,
    atom: ERL_NIF_TERM,
    buf: *mut c_uchar,
    len: c_uint,
    arg2: ErlNifCharEncoding
) -> c_int
Expand description

See enif_get_atom in the Erlang docs.