evrpc_send_request_generic

Function for sending a generic RPC request.

Do not call this function directly, use EVRPC_MAKE_REQUEST() instead.

@see EVRPC_MAKE_REQUEST()

extern (C) nothrow
int
evrpc_send_request_generic
(,
void* request
,
void* reply
,
ExternC!(void function
(,
void*
,
void*
,
void*
)
)
cb
,
void* cb_arg
,
const(char)* rpcname
,
ExternC!(void function
(,
void*
)
)
req_marshal
,
ExternC!(void function
(
void*
)
)
rpl_clear
,
ExternC!(int function
(
void*
,)
)
rpl_unmarshal
)

Meta