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