// GENERATED — DO NOT EDIT
///|
#borrow(cr)
extern "c" fn moonbit_pango_cairo_show_error_underline(
cr : @cairo.Context,
x : Double,
y : Double,
width : Double,
height : Double,
) = "moonbit_pango_cairo_show_error_underline"
///|
/// [Upstream documentation](https://docs.gtk.org/PangoCairo/func.show_error_underline.html).
pub fn show_error_underline(
cr : @cairo.Context,
x : Double,
y : Double,
width : Double,
height : Double,
) -> Unit {
moonbit_pango_cairo_show_error_underline(cr, x, y, width, height)
}