pub unsafe extern "C" fn svcUnmapMemoryBlock(
    memblock: Handle,
    addr: u32_
) -> Result
Expand description

Unmaps a block of shared memory

§Arguments

  • memblock - Handle of the block
  • addr - Address of the memory to unmap, page-aligned. So its alignment must be 0x1000.