pub type EFS_HASH_BLOB = _EFS_HASH_BLOB;
#[repr(C)]pub struct EFS_HASH_BLOB { pub cbData: u32, pub pbData: *mut u8, }
cbData: u32
pbData: *mut u8