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 ~ "))";