recorder_error_cbFunction typedef

recorder_error_cbFunction = Void Function(Int32 error, Int32 current_state, Pointer<Void> user_data)

Implementation

typedef recorder_error_cbFunction = ffi.Void Function(
    ffi.Int32 error, ffi.Int32 current_state, ffi.Pointer<ffi.Void> user_data);