pub fn tls13_application_traffic_secret(
    server_hello: &HandshakeHash,
    server_finished: &HandshakeHash,
    server_key_share: &Option<Vec<u8>>,
    psk: &Option<Vec<u8>>,
    group: &NamedGroup,
    client: bool
) -> Result<(&'static SupportedCipherSuite, Prk, KeyScheduleTrafficWithClientFinishedPending), FnError>