windows::Win32::Security::Cryptography

Function CryptGetKeyIdentifierProperty

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