pub unsafe extern "system" fn CryptBinaryToStringA(
    pbbinary: *const u8,
    cbbinary: u32,
    dwflags: CRYPT_STRING,
    pszstring: PSTR,
    pcchstring: *mut u32,
) -> BOOL