pub fn deserialize_module_header(
bytes: &[u8],
) -> Result<(String, u32, u32), String>Expand description
Deserialize only the module header (name, version, declaration count).
Useful for quickly inspecting module metadata without decoding all declarations.