Dartma_service_state_changed_cbFunction typedef
Dartma_service_state_changed_cbFunction =
void Function(int previous, int current, Pointer<Void> user_data)
Implementation
typedef Dartma_service_state_changed_cbFunction = void Function(
int previous, int current, ffi.Pointer<ffi.Void> user_data);