quote
$(Expr(:toplevel, quote
    function image_surface_create()
        ret = ccall(("cairo_image_surface_create", libcairo_gobject), Nothing, ())
        nothing
    end
end))
end
