pub unsafe extern "C" fn enif_make_resource_binary(
arg1: *mut ErlNifEnv,
obj: *const c_void,
data: *const c_void,
size: size_t,
) -> ERL_NIF_TERMExpand description
See enif_make_resource_binary in the Erlang docs.
pub unsafe extern "C" fn enif_make_resource_binary(
arg1: *mut ErlNifEnv,
obj: *const c_void,
data: *const c_void,
size: size_t,
) -> ERL_NIF_TERMSee enif_make_resource_binary in the Erlang docs.