#[unsafe(no_mangle)]
pub extern "C" fn LLVMAddModuleFlag(
M: LLVMModuleRef,
Behavior: LLVMModuleFlagBehavior,
Key: *const c_char,
KeyLen: size_t,
Val: LLVMMetadataRef,
)
#[unsafe(no_mangle)]
pub extern "C" fn LLVMAddModuleFlag(
M: LLVMModuleRef,
Behavior: LLVMModuleFlagBehavior,
Key: *const c_char,
KeyLen: size_t,
Val: LLVMMetadataRef,
)