Function windows::Win32::Security::Cryptography::SslComputeFinishedHash

pub unsafe fn SslComputeFinishedHash<P0, P1, P2>(
    hsslprovider: P0,
    hmasterkey: P1,
    hhandshakehash: P2,
    pboutput: &mut [u8],
    dwflags: u32,
) -> Result<()>
where P0: Param<NCRYPT_PROV_HANDLE>, P1: Param<NCRYPT_KEY_HANDLE>, P2: Param<NCRYPT_HASH_HANDLE>,