pub unsafe extern "C-unwind" fn NSCreateHashTableWithZone(
call_backs: NSHashTableCallBacks,
capacity: NSUInteger,
zone: *mut NSZone,
) -> Retained<NSHashTable>Available on crate features
NSHashTable and NSString and NSZone only.Expand description
ยงSafety
call_backsstruct field 1 must be implemented correctly.call_backsstruct field 2 must be implemented correctly.call_backsstruct field 3 must be implemented correctly.call_backsstruct field 4 must be implemented correctly.call_backsstruct field 5 must be implemented correctly.zonemust be a valid pointer or null.