struct tarpc_pread_in

struct tarpc_pread_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int fd;
    uint8_t buf;
    tarpc_size_t len;
    tarpc_off_t offset;
    tarpc_bool chk_func;
};