Declaration
public static IntPtr CreateJobReflectionData(Type type,
object managedJobFunction0,
object managedJobFunction1,
object managedJobFunction2);
Declaration
public static IntPtr CreateJobReflectionData(Type wrapperJobType,
Type userJobType,
object managedJobFunction0);