Function NSCopyHashTableWithZone

Source
pub unsafe extern "C-unwind" fn NSCopyHashTableWithZone(
    table: &NSHashTable,
    zone: *mut NSZone,
) -> Retained<NSHashTable>
Available on crate features NSHashTable and NSZone only.