pub unsafe fn SslGetKeyProperty<P1>( hkey: NCRYPT_KEY_HANDLE, pszproperty: P1, ppboutput: *mut *mut u8, pcboutput: *mut u32, dwflags: u32, ) -> Result<()>where P1: Param<PCWSTR>,