public void GetSummary(ref oiVolumeSummary dst) { oiVolumeGetSummary(self, ref dst); }
[DllImport("openvdbi")] static extern void oiVolumeGetSummary(IntPtr volume, ref oiVolumeSummary dst);