pub unsafe extern "C" fn vramMemAlignAt( size: usize, alignment: usize, pos: vramAllocPos, ) -> *mut c_void
Allocates a buffer aligned to the given size in the given VRAM bank.
size
alignment
pos
The allocated buffer.