getTableFunc typedef

getTableFunc = int Function(Pointer<Void> csound, Pointer<Pointer<Double>> tablePtr, int tableNum)

Implementation

typedef getTableFunc = int Function(
    Pointer<Void> csound, Pointer<Pointer<Double>> tablePtr, int tableNum);