Function NSCopyMapTableWithZone

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