我在Swift项目的Objective-C库中有以下函数:-(DDHotKey*)registerHotKeyWithKeyCode:(unsignedshort)keyCodemodifierFlags:(NSUInteger)flagstask:(DDHotKeyTask)task{//...}我正在尝试通过以下代码从Swift调用此函数:hotKeyCenter.registerHotKeyWithKeyCode(kVK_ANSI_V,modifierFlags:NSEventModifierFlags.ControlKeyMask.rawValue,task:{_in//...