pub unsafe extern "C-unwind" fn NSCopyHashTableWithZone(
table: &NSHashTable,
zone: *mut NSZone,
) -> Retained<NSHashTable>Available on crate features
NSHashTable and NSZone only.Expand description
ยงSafety
tablegeneric should be of the correct type.zonemust be a valid pointer or null.