extern "C" fn handle_run_alone_callback<F>(cb: *mut c_void)where F: FnOnce() -> Result<()> + 'static,