pub unsafe fn CryptCreateKeyIdentifierFromCSP<P0>(
    dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
    pszpubkeyoid: P0,
    ppubkeystruc: *const PUBLICKEYSTRUC,
    cbpubkeystruc: u32,
    dwflags: u32,
    pvreserved: Option<*const c_void>,
    pbhash: Option<*mut u8>,
    pcbhash: *mut u32,
) -> Result<()>
where P0: Param<PCSTR>,