[DllImport("abci")] static extern void aiSchemaUpdateSample(IntPtr schema, ref aiSampleSelector ss);
[DllImport("abci")] public static extern aiSample aiSchemaGetSample(aiSchema schema, ref aiSampleSelector ss);
public void UpdateSample(ref aiSampleSelector ss) { aiSchemaUpdateSample(self, ref ss); }
[DllImport("AlembicImporter")] public static extern aiSample aiSchemaUpdateSample(aiSchema schema, ref aiSampleSelector ss);