private static void SetBoolString(ref PlayableHandle handle, string name, bool value)
 {
     AnimatorControllerPlayable.INTERNAL_CALL_SetBoolString(ref handle, name, value);
 }