internal static bool CreateScriptOutputInternal(ref PlayableGraph graph, string name, out PlayableOutputHandle handle)
 {
     return(PlayableGraph.INTERNAL_CALL_CreateScriptOutputInternal(ref graph, name, out handle));
 }