Function windows::Win32::Security::Cryptography::SslComputeEapKeyBlock

pub unsafe fn SslComputeEapKeyBlock<P0, P1>(
    hsslprovider: P0,
    hmasterkey: P1,
    pbrandoms: &[u8],
    pboutput: Option<&mut [u8]>,
    pcbresult: *mut u32,
    dwflags: u32,
) -> Result<()>
where P0: Param<NCRYPT_PROV_HANDLE>, P1: Param<NCRYPT_KEY_HANDLE>,