pub fn unwrap_blob(blob: &[u8]) -> Option<&[u8]>
Extract the inner NTLMSSP message from a possibly-SPNEGO-wrapped blob: returns the slice starting at the "NTLMSSP\0" marker, when present.
"NTLMSSP\0"