pub type PbDropIndexRequest = DropIndexRequest;
struct PbDropIndexRequest { pub index_id: u32, pub cascade: bool, }
index_id: u32
cascade: bool