rustc_codegen_llvm::llvm_::ffi

Function LLVMRustConstInt128Get

Source
pub unsafe extern "C" fn LLVMRustConstInt128Get(
    ConstantVal: &ConstantInt,
    SExt: bool,
    high: &mut u64,
    low: &mut u64,
) -> bool