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