Dartdata_control_sql_update_response_cbFunction typedef
Dartdata_control_sql_update_response_cbFunction =
void Function(int request_id, data_control_h provider, bool provider_result, Pointer<Char> error, Pointer<Void> user_data)
Implementation
typedef Dartdata_control_sql_update_response_cbFunction = void Function(
int request_id,
data_control_h provider,
bool provider_result,
ffi.Pointer<ffi.Char> error,
ffi.Pointer<ffi.Void> user_data);