pub unsafe extern "system" fn SslComputeEapKeyBlock(
    hsslprovider: NCRYPT_PROV_HANDLE,
    hmasterkey: NCRYPT_KEY_HANDLE,
    pbrandoms: *const u8,
    cbrandoms: u32,
    pboutput: *mut u8,
    cboutput: u32,
    pcbresult: *mut u32,
    dwflags: u32,
) -> HRESULT