ENRPC_MAKE_REQUEST.EVRPC_MAKE_REQUEST

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
template ENRPC_MAKE_REQUEST(string name, string pool, string request, string reply, string cb, string cbarg)
extern (C) nothrow
enum EVRPC_MAKE_REQUEST = "evrpc_send_request_" ~ name ~ "((" ~ pool ~ "), (" ~ request ~ " ), (" ~ reply ~ "), (" ~ cb ~ "), (" ~ cbarg ~ "))";

Meta