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