Function objc2_foundation::NSCopyHashTableWithZone

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