Function windows_sys::Win32::Security::Cryptography::CryptStringToBinaryW
[−]pub unsafe extern "system" fn CryptStringToBinaryW(
pszstring: PCWSTR,
cchstring: u32,
dwflags: CRYPT_STRING,
pbbinary: *mut u8,
pcbbinary: *mut u32,
pdwskip: *mut u32,
pdwflags: *mut u32
) -> BOOL
Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’