pub unsafe extern "C" fn enif_get_long(
arg1: *mut ErlNifEnv,
term: ERL_NIF_TERM,
ip: *mut c_long,
) -> c_intExpand description
See enif_get_long in the Erlang docs.
pub unsafe extern "C" fn enif_get_long(
arg1: *mut ErlNifEnv,
term: ERL_NIF_TERM,
ip: *mut c_long,
) -> c_intSee enif_get_long in the Erlang docs.