public static int nc_sync(int ncid) /* lock (LockObject) */ {
     {
         var r = NetCDFInterop.nc_sync(ncid); return(r);
     }
 }