pub unsafe extern "C" fn svcUnmapProcessMemory(
process: Handle,
destAddress: u32_,
size: u32_,
) -> ResultExpand description
Unmaps a block of process memory, starting from address 0x00100000.
ยงArguments
process- Handle of the process.destAddress- Address of the block of memory to unmap, in the current (destination) process.size- Size of the block of memory to unmap (truncated to a multiple of 0x1000 bytes).