pub fn read_msghdr(
    mem: &MemoryManager,
    msg_ptr: ForeignPtr<msghdr>,
) -> Result<MsgHdr, Errno>Expand description
Read a plugin’s libc::msghdr into a MsgHdr.
pub fn read_msghdr(
    mem: &MemoryManager,
    msg_ptr: ForeignPtr<msghdr>,
) -> Result<MsgHdr, Errno>Read a plugin’s libc::msghdr into a MsgHdr.