ma_preprocessing_information_changed_cbFunction typedef
ma_preprocessing_information_changed_cbFunction =
Void Function(Pointer<Char> app_id, Pointer<Void> user_data)
Implementation
typedef ma_preprocessing_information_changed_cbFunction = ffi.Void Function(
ffi.Pointer<ffi.Char> app_id, ffi.Pointer<ffi.Void> user_data);