NSCopyHashTableWithZone

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.
Expand description

ยงSafety

  • table generic should be of the correct type.
  • zone must be a valid pointer or null.