Function rustler_sys::rustler_sys_api::enif_make_existing_atom_len[][src]

pub unsafe extern "C" fn enif_make_existing_atom_len(
    env: *mut ErlNifEnv,
    name: *const c_uchar,
    len: size_t,
    atom: *mut ERL_NIF_TERM,
    arg1: ErlNifCharEncoding
) -> c_int
Expand description

See enif_make_existing_atom_len in the Erlang docs.