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