Struct windows_sys::Win32::Security::Cryptography::BCryptBuffer
[−]#[repr(C)]pub struct BCryptBuffer {
pub cbBuffer: u32,
pub BufferType: u32,
pub pvBuffer: *mut c_void,
}Expand description
Required features: ‘Win32_Security_Cryptography’
Fields
cbBuffer: u32BufferType: u32pvBuffer: *mut c_void