fn print_const_with_custom_print_scalar<'tcx>(
    tcx: TyCtxt<'tcx>,
    ct: Const<'tcx>,
    with_underscores: bool,
    with_type: bool
) -> String