pub fn new_client_owe_handshake( group_id: u16, akm: Akm, ) -> Result<Box<dyn ClientOweHandshake>, Error>
Creates a client OWE handshake for the given group ID and authentication parameters.