pub unsafe extern "system" fn SslLookupCipherLengths(
    hsslprovider: NCRYPT_PROV_HANDLE,
    dwprotocol: u32,
    dwciphersuite: u32,
    dwkeytype: u32,
    pcipherlengths: *mut NCRYPT_SSL_CIPHER_LENGTHS,
    cbcipherlengths: u32,
    dwflags: u32,
) -> HRESULT