pub unsafe extern "system" fn CryptGetKeyIdentifierProperty(
    pkeyidentifier: *const CRYPT_INTEGER_BLOB,
    dwpropid: u32,
    dwflags: u32,
    pwszcomputername: PCWSTR,
    pvreserved: *const c_void,
    pvdata: *mut c_void,
    pcbdata: *mut u32,
) -> BOOL