pub unsafe extern "system" fn SslLookupCipherSuiteInfo(
    hsslprovider: NCRYPT_PROV_HANDLE,
    dwprotocol: u32,
    dwciphersuite: u32,
    dwkeytype: u32,
    pciphersuite: *mut NCRYPT_SSL_CIPHER_SUITE,
    dwflags: u32,
) -> HRESULT