Function windows_sys::Win32::Security::Cryptography::CryptBinaryToStringW
pub unsafe extern "system" fn CryptBinaryToStringW(
pbbinary: *const u8,
cbbinary: u32,
dwflags: CRYPT_STRING,
pszstring: PWSTR,
pcchstring: *mut u32
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"