Function shadow_rs::host::syscall::io::read_msghdr

source ·
pub fn read_msghdr(
    mem: &MemoryManager,
    msg_ptr: ForeignPtr<msghdr>,
) -> Result<MsgHdr, Errno>
Expand description

Read a plugin’s libc::msghdr into a MsgHdr.