pub type DB_LOCK_ILOCK = __db_ilock;
struct DB_LOCK_ILOCK { pub pgno: u32, pub fileid: [u8; 20], pub type_: u32, }
pgno: u32
fileid: [u8; 20]
type_: u32