pub unsafe extern "C-unwind" fn NSCompareMapTables(
table1: &NSMapTable,
table2: &NSMapTable,
) -> boolAvailable on crate feature
NSMapTable only.Expand description
ยงSafety
table1generic should be of the correct type.table2generic should be of the correct type.