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