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
tablegeneric should be of the correct type.zonemust be a valid pointer or null.