Experiences with Ruby and C libraries using Boehm Weiser GC?

I wonder if someone has some experiences with that. Assume that I want
to wrap a C struct which uses the Boehm Weisse GC allocator for
managing the memory. What should the free Parameter of
Data_Wrap_Struct be? NULL?

Regards
Friedrich