Function NSCreateHashTable

Source
pub unsafe extern "C-unwind" fn NSCreateHashTable(
    call_backs: NSHashTableCallBacks,
    capacity: NSUInteger,
) -> Retained<NSHashTable>
Available on crate features NSHashTable and NSString only.