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