Dartimage_util_decode_completed_cbFunction typedef
Dartimage_util_decode_completed_cbFunction =
void Function(int error_code, Pointer<Void> user_data, int width, int height, int size)
Implementation
typedef Dartimage_util_decode_completed_cbFunction = void Function(
int error_code,
ffi.Pointer<ffi.Void> user_data,
int width,
int height,
int size);