1 // Copyright © 2015, Connor Hilarides
2 // Licensed under the MIT License <LICENSE.md>
3 //! Mappings for the contents of Urlmon.h
4 // FIXME: Implement these interfaces
5 #[repr(C)] #[derive(Clone, Copy, Debug)]
6 pub struct IInternetSecurityManager;
7