struct tarpc_aio_cancel_in

struct tarpc_aio_cancel_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int fd;
    tarpc_aiocb_t cb;
};