ma_data_source_get_next_procFunction typedef

ma_data_source_get_next_procFunction = Pointer<Void> Function(Pointer<Void> pDataSource)

Implementation

typedef ma_data_source_get_next_procFunction =
    ffi.Pointer<ma_data_source> Function(
      ffi.Pointer<ma_data_source> pDataSource,
    );