conductor = NextConductor(previousConductor);
D0 A0
struct Conductor *NextConductor(struct Conductor *);
Returns the next conductor on realtime.library's conductor list. If previousConductor is NULL, returns the first conductor in the list. Returns NULL if no more conductors.
The conductor list must be locked before calling this function. This is done by calling
LockRealTime(RT_CONDUCTORS).