struct tarpc_munmap_in

struct tarpc_munmap_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_ptr addr;
    uint64_t length;
};