pub unsafe extern "C" fn svcUnmapMemoryBlock(
memblock: Handle,
addr: u32_,
) -> ResultExpand description
Unmaps a block of shared memory
ยงArguments
memblock- Handle of the blockaddr- Address of the memory to unmap, page-aligned. So its alignment must be 0x1000.