pub const IPC_MESSAGE_HEADER_SIZE: usize = 16;
Size of the IPC message header (sender + msg_type + flags).