// GENERATED — DO NOT EDIT
///|
#borrow(inclusive, nearest)
extern "c" fn moonbit_pango_extents_to_pixels(
inclusive : Rectangle,
nearest : Rectangle,
) = "moonbit_pango_extents_to_pixels"
///|
/// [Upstream documentation](https://gnome.pages.gitlab.gnome.org/pango/Pango/func.extents_to_pixels.html).
pub fn extents_to_pixels(inclusive : Rectangle, nearest : Rectangle) -> Unit {
moonbit_pango_extents_to_pixels(inclusive, nearest)
}