pub type PbCancelTaskRequest = CancelTaskRequest;
struct PbCancelTaskRequest { pub task_id: Option<TaskId>, }
task_id: Option<TaskId>