pub unsafe extern "C" fn svcInvalidateProcessDataCache(
process: Handle,
addr: u32_,
size: u32_,
) -> ResultExpand description
Invalidates a process’s data cache.
§Arguments
process- Handle of the process.addr- Address to invalidate.size- Size of the memory to invalidate.