pub unsafe extern "C" fn sys_alloc_aligned( bytes: usize, align: usize, ) -> *mut u8
Allocates a buffer aligned to the given alignment.