public static string FLSharedKeys_Decode(FLSharedKeys *shared, int key)
 {
     return(NativeRaw.FLSharedKeys_Decode(shared, key).CreateString());
 }