public static int ptraaInsertPtra(this L_Ptraa paa, int index, L_Ptra pa) { throw new NotImplementedException(); }
// Ptraa accessors public static int ptraaGetSize(this L_Ptraa paa, out int psize) { throw new NotImplementedException(); }
// Ptraa conversion public static L_Ptra ptraaFlattenToPtra(this L_Ptraa paa) { throw new NotImplementedException(); }
public static void ptraaDestroy(this L_Ptraa ppaa, int freeflag, int warnflag) { throw new NotImplementedException(); }
public static L_Ptra ptraaGetPtra(this L_Ptraa paa, int index, int accessflag) { throw new NotImplementedException(); }