pub unsafe extern "system" fn CryptStringToBinaryA(
    pszstring: PCSTR,
    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"