ma_data_source_seek_seconds function
Implementation
ma_result ma_data_source_seek_seconds(
ffi.Pointer<ma_data_source> pDataSource,
double secondCount,
ffi.Pointer<ffi.Float> pSecondsSeeked,
) => ma_result.fromValue(
_ma_data_source_seek_seconds(pDataSource, secondCount, pSecondsSeeked),
);