Function objc2_foundation::NSCreateHashTable

source ยท
pub unsafe extern "C" fn NSCreateHashTable(
    call_backs: NSHashTableCallBacks,
    capacity: NSUInteger
) -> NonNull<NSHashTable>
Available on crate features NSHashTable and NSString only.