Function NSCreateHashTableWithZone

Source
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.