pub type CRYPT_IMAGE_REF = _CRYPT_IMAGE_REF;
struct CRYPT_IMAGE_REF { pub pszImage: *mut u16, pub dwFlags: u32, }
pszImage: *mut u16
dwFlags: u32