Function objc2_foundation::NSCreateHashTableWithZone

source ·
pub unsafe extern "C" fn NSCreateHashTableWithZone(
    call_backs: NSHashTableCallBacks,
    capacity: NSUInteger,
    zone: *mut NSZone
) -> NonNull<NSHashTable>
Available on crate features NSString and NSZone and NSHashTable only.