ma_data_source_get_next_callback function

  1. @Native<ma_data_source_get_next_proc Function(Pointer<Void> pDataSource)>(ffi.Pointer<ma_data_source>)>()
ma_data_source_get_next_proc ma_data_source_get_next_callback(
  1. Pointer<Void> pDataSource
)

Implementation

@ffi.Native<
  ma_data_source_get_next_proc Function(ffi.Pointer<ma_data_source>)
>()
external ma_data_source_get_next_proc ma_data_source_get_next_callback(
  ffi.Pointer<ma_data_source> pDataSource,
);