pub type FDBKey = key;
#[repr(C, packed(4))]pub struct FDBKey { pub key: *const u8, pub key_length: i32, }
key: *const u8
key_length: i32