in src/vtok_p11/src/pkcs11.rs [3849:3902]
fn bindgen_test_layout_CK_WTLS_MASTER_KEY_DERIVE_PARAMS() {
assert_eq!(
::std::mem::size_of::<CK_WTLS_MASTER_KEY_DERIVE_PARAMS>(),
48usize,
concat!("Size of: ", stringify!(CK_WTLS_MASTER_KEY_DERIVE_PARAMS))
);
assert_eq!(
::std::mem::align_of::<CK_WTLS_MASTER_KEY_DERIVE_PARAMS>(),
8usize,
concat!(
"Alignment of ",
stringify!(CK_WTLS_MASTER_KEY_DERIVE_PARAMS)
)
);
assert_eq!(
unsafe {
&(*(::std::ptr::null::<CK_WTLS_MASTER_KEY_DERIVE_PARAMS>())).DigestMechanism as *const _
as usize
},
0usize,
concat!(
"Offset of field: ",
stringify!(CK_WTLS_MASTER_KEY_DERIVE_PARAMS),
"::",
stringify!(DigestMechanism)
)
);
assert_eq!(
unsafe {
&(*(::std::ptr::null::<CK_WTLS_MASTER_KEY_DERIVE_PARAMS>())).RandomInfo as *const _
as usize
},
8usize,
concat!(
"Offset of field: ",
stringify!(CK_WTLS_MASTER_KEY_DERIVE_PARAMS),
"::",
stringify!(RandomInfo)
)
);
assert_eq!(
unsafe {
&(*(::std::ptr::null::<CK_WTLS_MASTER_KEY_DERIVE_PARAMS>())).pVersion as *const _
as usize
},
40usize,
concat!(
"Offset of field: ",
stringify!(CK_WTLS_MASTER_KEY_DERIVE_PARAMS),
"::",
stringify!(pVersion)
)
);
}