windows::Win32::Security::Cryptography

Function CryptSetKeyIdentifierProperty

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