vdo_finish_resuming_with_result
return vdo_finish_resuming_with_result(state, VDO_SUCCESS);
bool vdo_finish_resuming_with_result(struct admin_state *state, int result);
vdo_finish_resuming_with_result(&allocator->state, completion->result);
vdo_finish_resuming_with_result(&allocator->state, UDS_BAD_STATE);