getControlFunc typedef
        getControlFunc =
     double Function(Pointer<Void>  csound, Pointer<Utf8>  channelName, Pointer<Int32>  err)
    
    
    
Implementation
typedef getControlFunc = double Function(
    Pointer<Void> csound, Pointer<Utf8> channelName, Pointer<Int32> err);