dispatch_data_t and NSData

Is there interest in bridging between dispatch_data_t and NSData similar to what's available with Darwin Foundation. Being able to avoid buffer copies seems like a big win. And with libdispatch (almost) being available on Linux, would it make sense to back (immutable) NSData with libdispatch in stead if CFData? Just curious what the reasoning is...

/Daniel