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

See enif_get_uint in the Erlang docs.