public static byte[] FLCreateJSONDelta(FLValue *old, FLValue *nuu)
 {
     using (var retVal = NativeRaw.FLCreateJSONDelta(old, nuu)) {
         return(((FLSlice)retVal).ToArrayFast());
     }
 }