pub fn alloc_pages(len: usize) -> Result<NonNull<[u8]>, AllocError>
Allocate a page-aligned buffer. The alignment will be rounded up to a multiple of the platform pointer size if necessary.