pub type FDBKey = key;
struct FDBKey { pub key: *const u8, pub key_length: i32, }
key: *const u8
key_length: i32