struct tarpc_nc_send_rpc_in

struct tarpc_nc_send_rpc_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_nc_session_ptr session;
    tarpc_nc_rpc_ptr rpc;
    tarpc_int timeout;
};