rustc_codegen_llvm::llvm_::ffi

Function LLVMRustHasModuleFlag

source
pub unsafe extern "C" fn LLVMRustHasModuleFlag(
    M: &Module,
    name: *const c_char,
    len: size_t,
) -> bool