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_Foundation"