// GENERATED — DO NOT EDIT

///|
#borrow(cr)
extern "c" fn moonbit_pango_cairo_error_underline_path(
  cr : @cairo.Context,
  x : Double,
  y : Double,
  width : Double,
  height : Double,
) = "moonbit_pango_cairo_error_underline_path"

///|
/// [Upstream documentation](https://docs.gtk.org/PangoCairo/func.error_underline_path.html).
pub fn error_underline_path(
  cr : @cairo.Context,
  x : Double,
  y : Double,
  width : Double,
  height : Double,
) -> Unit {
  moonbit_pango_cairo_error_underline_path(cr, x, y, width, height)
}