pub unsafe extern "C" fn mdbx_dbi_open( txn: *mut MDBX_txn, name: *const c_char, flags: MDBX_db_flags_t, dbi: *mut MDBX_dbi, ) -> c_int