Function windows_sys::Win32::Security::Cryptography::NCryptEncrypt
[−]pub unsafe extern "system" fn NCryptEncrypt(
hkey: usize,
pbinput: *const u8,
cbinput: u32,
ppaddinginfo: *const c_void,
pboutput: *mut u8,
cboutput: u32,
pcbresult: *mut u32,
dwflags: NCRYPT_FLAGS
) -> i32Expand description
Required features: ‘Win32_Security_Cryptography’
