rustc_codegen_llvm::llvm_::ffi

Function LLVMRustPrintTargetCPUs

source
pub unsafe extern "C" fn LLVMRustPrintTargetCPUs(
    T: &TargetMachine,
    cpu: *const c_char,
    print: unsafe extern "C" fn(out: *mut c_void, string: *const c_char, len: usize),
    out: *mut c_void,
)