pub type DB_LOG_RECSPEC = __log_rec_spec;
struct DB_LOG_RECSPEC { pub type_: u32, pub offset: u32, pub name: *const i8, pub fmt: [i8; 4], }
type_: u32
offset: u32
name: *const i8
fmt: [i8; 4]