fn write_in_place_with_drop<T>(
    src_end: *const T
) -> impl FnMut(InPlaceDrop<T>, T) -> Result<InPlaceDrop<T>, !>