pub unsafe fn CryptEnumKeyIdentifierProperties<P0>(
    pkeyidentifier: Option<*const CRYPT_INTEGER_BLOB>,
    dwpropid: u32,
    dwflags: u32,
    pwszcomputername: P0,
    pvreserved: Option<*const c_void>,
    pvarg: Option<*mut c_void>,
    pfnenum: PFN_CRYPT_ENUM_KEYID_PROP,
) -> Result<()>
where P0: Param<PCWSTR>,