pub fn optional_header_magic<'data, R: ReadRef<'data>>(data: R) -> Result<u16>
Find the optional header and read its magic field.
magic
It can be useful to know this magic value before trying to fully parse the NT headers.