pub unsafe fn SslComputeClientAuthHash<P0, P1, P2, P3>(
    hsslprovider: P0,
    hmasterkey: P1,
    hhandshakehash: P2,
    pszalgid: P3,
    pboutput: Option<&mut [u8]>,
    pcbresult: *mut u32,
    dwflags: u32,
) -> Result<()>
where P0: Param<NCRYPT_PROV_HANDLE>, P1: Param<NCRYPT_KEY_HANDLE>, P2: Param<NCRYPT_HASH_HANDLE>, P3: Param<PCWSTR>,