pub unsafe fn with_llvm_pmb(
    llmod: &Module,
    config: &ModuleConfig,
    opt_level: CodeGenOptLevel,
    prepare_for_thin_lto: bool,
    f: &mut dyn FnMut(&PassManagerBuilder)
)