windows::Win32::Security::Cryptography

Function SslEnumCipherSuites

pub unsafe fn SslEnumCipherSuites(
    hsslprovider: NCRYPT_PROV_HANDLE,
    hprivatekey: Option<NCRYPT_KEY_HANDLE>,
    ppciphersuite: *mut *mut NCRYPT_SSL_CIPHER_SUITE,
    ppenumstate: *mut *mut c_void,
    dwflags: u32,
) -> Result<()>