Z3_fixed_eh typedef
Z3_fixed_eh = NativeFunction<Void Function(Pointer<Void> ctx, Z3_solver_callback cb, Z3_ast t, Z3_ast value)>
Implementation
typedef Z3_fixed_eh = ffi.NativeFunction<
ffi.Void Function(ffi.Pointer<ffi.Void> ctx, Z3_solver_callback cb,
Z3_ast t, Z3_ast value)>;