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