Added methods RegKey::GetRawValue and RegKey::TryGetRawValue to read raw binary data without type checking, using the RRF_RT_ANY flag with the RegGetValueW Registry API (so they can be used to read less documented or not documented data types like REG_RESOURCE_LIST, REG_FULL_RESOURCE_DESCRIPTOR, etc. - Issue #77 ).