Need to wrap C-style callbacks in something like `std::function_ref`. * Convert `...Id` arguments to `b2::...Ref` classes. * Are there any persistent callbacks that can dangle? * Are there any useful callbacks outside of classes that need wrapping?
Need to wrap C-style callbacks in something like
std::function_ref....Idarguments tob2::...Refclasses.