fn uffd_copy_all(
    uffd: &Userfaultfd,
    page_addr: usize,
    data_slice: VolatileSlice<'_>,
    wake: bool
) -> Result<(), Error>