Skip to main content

async_message

Function async_message 

Source
pub fn async_message(src: *mut c_void, size: u64)
Expand description

Function to send an asynchronous message

§Arguments

  • src - Pointer to the source data
  • size - Size of the data in bytes

§Safety

This function is unsafe because it dereferences raw pointers