pub unsafe extern "C" fn MICU_MapSharedMem(
    size: u32_,
    handle: Handle
) -> Result
Expand description

Maps MIC shared memory.

§Arguments

  • size - Size of the shared memory.
  • handle - Handle of the shared memory.