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