pub unsafe fn raw_alloc(size: usize, align: usize) -> *mut u8
Allocate size bytes with align alignment using the system allocator. Returns a null pointer on allocation failure.
size
align