pub unsafe extern "C" fn CSND_InvalidateDataCache(
adr: *const c_void,
size: u32_,
) -> ResultExpand description
Invalidates the data cache of a memory region.
ยงArguments
adr- Address of the memory region.size- Size of the memory region.