pub type PbFastInsertResponse = FastInsertResponse;
struct PbFastInsertResponse { pub status: i32, pub error_message: String, }
status: i32
error_message: String