pub unsafe extern "system" fn CryptCreateKeyIdentifierFromCSP(
    dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
    pszpubkeyoid: PCSTR,
    ppubkeystruc: *const PUBLICKEYSTRUC,
    cbpubkeystruc: u32,
    dwflags: u32,
    pvreserved: *const c_void,
    pbhash: *mut u8,
    pcbhash: *mut u32,
) -> BOOL