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