Function windows::Win32::Security::Cryptography::SslGenerateMasterKey

pub unsafe fn SslGenerateMasterKey<P0, P1, P2>(
    hsslprovider: P0,
    hprivatekey: P1,
    hpublickey: P2,
    phmasterkey: *mut NCRYPT_KEY_HANDLE,
    dwprotocol: u32,
    dwciphersuite: u32,
    pparameterlist: *const BCryptBufferDesc,
    pboutput: Option<&mut [u8]>,
    pcbresult: *mut u32,
    dwflags: u32,
) -> Result<()>
where P0: Param<NCRYPT_PROV_HANDLE>, P1: Param<NCRYPT_KEY_HANDLE>, P2: Param<NCRYPT_KEY_HANDLE>,