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