[DllImport("HairWorksIntegration")] public static extern void          hwAssetGetDefaultDescriptor(hwHAsset aid, ref hwDescriptor o_desc);
 [DllImport("HairWorksIntegration")] public static extern void          hwInstanceSetDescriptor(hwHInstance iid, ref hwDescriptor desc);
 public static extern void hwInstanceSetDescriptor(hwInstanceID iid, ref hwDescriptor desc);
 public static extern void hwAssetGetDefaultDescriptor(hwAssetID aid, ref hwDescriptor o_desc);
 [DllImport ("HairWorksIntegration")] public static extern void          hwInstanceSetDescriptor(hwHInstance iid, ref hwDescriptor desc);
 [DllImport ("HairWorksIntegration")] public static extern void          hwAssetGetDefaultDescriptor(hwHAsset aid, ref hwDescriptor o_desc);
 public static extern void hwInstanceGetDescriptor(hwHInstance iid, ref hwDescriptor desc);