evrpc_make_request_ctx

use EVRPC_GENERATE instead

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

Meta