pub unsafe fn SLGetPKeyId<P1, P2>( hslc: *const c_void, pwszpkeyalgorithm: P1, pwszpkeystring: P2, pbpkeyspecificdata: Option<&[u8]>, ) -> Result<GUID>where P1: Param<PCWSTR>, P2: Param<PCWSTR>,