shadowing a constructor added by C-Keen on Tue Feb 21 19:40:17 2012

(define-record cairo-text-extents-type buffer)
(let ((maker make-cairo-text-extents-type))
  (set! make-cairo-text-extents-type
    (lambda () (maker (make-blob sizeof-cairo-text-extents)))))