pub fn op_tls_listen<NP>(
    state: &mut OpState,
    args: ListenTlsArgs,
    _: ()
) -> Result<OpConn, AnyError> where
    NP: NetPermissions + 'static,