internal static extern void LLVMComdatSetKind(LLVMComdatRef comdatRef, LLVMComdatSelectionKind kind);
internal static extern LLVMComdatRef LLVMModuleInsertOrUpdateComdat(LLVMModuleRef module, [MarshalAs(UnmanagedType.LPStr)] string name, LLVMComdatSelectionKind kind);