pub unsafe fn CryptGetKeyIdentifierProperty<P0>(
    pkeyidentifier: *const CRYPT_INTEGER_BLOB,
    dwpropid: u32,
    dwflags: u32,
    pwszcomputername: P0,
    pvreserved: Option<*const c_void>,
    pvdata: Option<*mut c_void>,
    pcbdata: *mut u32,
) -> Result<()>
where P0: Param<PCWSTR>,