pub unsafe extern "system" fn CryptSetKeyIdentifierProperty(
    pkeyidentifier: *const CRYPTOAPI_BLOB,
    dwpropid: u32,
    dwflags: u32,
    pwszcomputername: PCWSTR,
    pvreserved: *mut c_void,
    pvdata: *const c_void
) -> BOOL
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"