pub unsafe extern "C" fn osConvertVirtToPhys( vaddr: *const c_void ) -> u32_
Converts an address from virtual (process) memory to physical memory.
vaddr
The corresponding physical address. It is sometimes required by services or when using the GPU command buffer.