whisper_progress_callback typedef

whisper_progress_callback = Pointer<NativeFunction<Void Function(Pointer<whisper_context> ctx, Pointer<whisper_state> state, Int progress, Pointer<Void> user_data)>>

Progress callback

Implementation

typedef whisper_progress_callback = ffi.Pointer<
    ffi.NativeFunction<
        ffi.Void Function(
            ffi.Pointer<whisper_context> ctx,
            ffi.Pointer<whisper_state> state,
            ffi.Int progress,
            ffi.Pointer<ffi.Void> user_data)>>;