Function LLVMConstReal

Source
#[no_mangle]
pub extern "C" fn LLVMConstReal(
    RealTy: LLVMTypeRef,
    N: c_double,
) -> LLVMValueRef