Function windows_sys::Win32::Security::Cryptography::SslExpandResumptionMasterKey
pub unsafe extern "system" fn SslExpandResumptionMasterKey(
hsslprovider: NCRYPT_PROV_HANDLE,
hmasterkey: NCRYPT_KEY_HANDLE,
hhashvalue: NCRYPT_HASH_HANDLE,
phresumptionmasterkey: *mut NCRYPT_KEY_HANDLE,
pparameterlist: *const BCryptBufferDesc,
dwflags: u32,
) -> HRESULT