pub unsafe extern "C" fn LLVMRustAddModuleFlagString(
    M: &Module,
    merge_behavior: LLVMModFlagBehavior,
    name: *const c_char,
    value: *const c_char,
    value_len: size_t
)