Function SslGeneratePreMasterKey
pub unsafe fn SslGeneratePreMasterKey(
hsslprovider: NCRYPT_PROV_HANDLE,
hpublickey: NCRYPT_KEY_HANDLE,
phpremasterkey: *mut NCRYPT_KEY_HANDLE,
dwprotocol: u32,
dwciphersuite: u32,
pparameterlist: *const BCryptBufferDesc,
pboutput: Option<&mut [u8]>,
pcbresult: *mut u32,
dwflags: u32,
) -> Result<()>