ma_decoder_tell_procFunction typedef

ma_decoder_tell_procFunction = Int Function(Pointer<ma_decoder> pDecoder, Pointer<ma_int64> pCursor)

Implementation

typedef ma_decoder_tell_procFunction =
    ffi.Int Function(
      ffi.Pointer<ma_decoder> pDecoder,
      ffi.Pointer<ma_int64> pCursor,
    );