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_TERM
Expand description

See enif_make_resource_binary in the Erlang docs.